DATE/TIME (ASP)
This brings up the ASP Date/Time Assistant. Here, you can choose between the standard formats (General, Long Date, Short Date, Short Time and Long Time). Also, you can choose whether or not to surround the phrase with Open & Close ASP tags, a Response.write format or 'MyVariable=' format


Convert Text to HTML
**Note: YOU MUST HAVE A TEXT FILE (NOT AN ASP OR HTML FORMATTED FILE) OPEN FOR THIS TO WORK CORRECTLY!
This is a very simple conversion process. It adds the HTML tags for Line Breaks and Paragraphs to your text file..basically, the way the line breaks and paragraphs are formatted in your text file are the way the html formatting will be done. If there's a plain line break, a <BR> will replace it. If there is a blank line between lines, a <P> will replace it. This is not meant to be a full-featured converter, just a quick way to get rid of some of those nasty formatting chores in an easy manner!